home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 32 / advsys.zip / README.1ST < prev   
Text File  |  1987-06-28  |  2KB  |  64 lines

  1. Contents of the AdvSys source distribution disk or archive:
  2. June 27, 1987
  3.  
  4. Documentation:
  5.  
  6.   README   1ST     1028   6-27-87  11:09p
  7.   ADVSYS   DOC    30535   5-03-87   8:41a
  8.  
  9. Definitions common between the compiler and the interpreter:
  10.  
  11.   ADVDBS   H       5584   7-20-86  12:48p
  12.  
  13. Compiler source code:
  14.  
  15.   ADVCOM   H       1399   7-20-86  12:48p
  16.   ADVCOM   C      15351   6-27-87  10:32p
  17.   ADVFCN   C      14289   6-27-87  11:00p
  18.   ADVEXP   C      10829   7-20-86  12:42p
  19.   ADVSCN   C       6362   7-20-86  12:41p
  20.   ADVFIO   C        995   6-27-87   7:11p
  21.   ADVAVL   H        782   7-20-86  12:49p
  22.   ADVAVL   C       3750   7-20-86  12:42p
  23.  
  24. Machine/compiler specific code for the compiler:
  25.  
  26.   ADVCIO   C       1425   6-27-87  10:33p
  27.  
  28. Interpreter source code:
  29.  
  30.   ADVINT   H        383   7-20-86  12:50p
  31.   ADVINT   C       2436   6-27-87  10:44p
  32.   ADVPRS   C       7269   7-20-86  12:43p
  33.   ADVEXE   C       6208   6-27-87  10:46p
  34.   ADVDBS   C      12211   6-27-87  10:48p
  35.   ADVMSG   C       2669   6-27-87  10:48p
  36.   ADVTRM   C       3244   6-27-87  10:49p
  37.  
  38. Machine/compiler specific code for the interpreter:
  39.  
  40.   ADVIIO   C       2800   6-27-87  10:45p
  41.  
  42. Sample adventure and runtime support code:
  43.  
  44.   OSAMPLE  ADV     4355   7-20-86   2:15p
  45.   OBJECTS  ADI    13193   7-20-86   2:16p
  46.  
  47. Compile and link command files for Aztec C:
  48.  
  49.   CCOM     BAT       80   6-27-87   8:38p
  50.   COM      LNK       80   6-27-87   8:39p
  51.   ICOM     BAT       80   5-17-87   7:33p
  52.   INT      LNK       80   5-17-87   7:34p
  53.  
  54. Information for porting to a new machine/compiler:
  55.  
  56.   Make *very* sure that the adventure data files that are generated
  57.   by the compiler and read by the interpreter are binary files.  Some
  58.   runtime libraries do character conversion on ASCII files and that
  59.   will cause problems with reading and writing the adventure data
  60.   files.  The routine advcreate() in advcio.c and the routines
  61.   advcreate() and advopen() in adviio.c must create or open the files
  62.   in binary mode for the adventure system to work.
  63.  
  64.